home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronics Boutique Catalog 1996 Spring
/
1996 Electronics Boutique Spring CD-ROM (USA).bin
/
eb
/
demos
/
zorkdemo.dir
/
00078_score-mouseDown.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-12-12
|
178 b
|
10 lines
on mouseDown
if marker(0) = marker("quit") then
puppetSound("ExitB")
end if
if marker(0) = marker("video") then
puppetSound("thunder")
end if
go(marker(1))
end